Auto merge of #1396 - alexcrichton:issue-1390, r=huonw
authorbors <bors@rust-lang.org>
Tue, 10 Mar 2015 03:42:12 +0000 (03:42 +0000)
committerbors <bors@rust-lang.org>
Tue, 10 Mar 2015 03:42:12 +0000 (03:42 +0000)
commit66849deaa4605a63ab1a4ba9cb09ac604a1b52e9
tree245470732e2e17c0498568938d1a806cb7a67b33
parente4f0662b4ba7feacc10c19465182b8174aae4e9d
parent29b24cdbe73f33c1dae889b539d5edfb78f1c6f8
Auto merge of #1396 - alexcrichton:issue-1390, r=huonw

When calculating the output directory filename, only use the "file name"
component of the target triple specified as otherwise the output could be placed
into an odd location.

Closes #1390